home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / mint / utils / shu194st.zoo / shellutils-1.9.4 / config.h next >
C/C++ Source or Header  |  1994-03-16  |  5KB  |  184 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define if on AIX 3.
  5.    System headers sometimes define this.
  6.    We just want to avoid a redefinition error message.  */
  7. #ifndef _ALL_SOURCE
  8. /* #undef _ALL_SOURCE */
  9. #endif
  10.  
  11. /* Define if using alloca.c.  */
  12. /* #undef C_ALLOCA */
  13.  
  14. /* Define to empty if the keyword does not work.  */
  15. /* #undef const */
  16.  
  17. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  18.    This function is required for alloca.c support on those systems.  */
  19. /* #undef CRAY_STACKSEG_END */
  20.  
  21. /* Define if you have dirent.h.  */
  22. #define DIRENT 1
  23.  
  24. /* Define to the type of elements in the array set by `getgroups'.
  25.    Usually this is either `int' or `gid_t'.  */
  26. #define GETGROUPS_T gid_t
  27.  
  28. /* Define to `int' if <sys/types.h> doesn't define.  */
  29. /* #undef gid_t */
  30.  
  31. /* Define if you have alloca.h and it should be used (not Ultrix).  */
  32. /* #undef HAVE_ALLOCA_H */
  33.  
  34. /* Define if you don't have vprintf but do have _doprnt.  */
  35. /* #undef HAVE_DOPRNT */
  36.  
  37. /* Define if your struct tm has tm_zone.  */
  38. /* #undef HAVE_TM_ZONE */
  39.  
  40. /* Define if you don't have tm_zone but do have the external array
  41.    tzname.  */
  42. #define HAVE_TZNAME 1
  43.  
  44. /* Define if you have the vprintf function.  */
  45. #define HAVE_VPRINTF 1
  46.  
  47. /* Define if on MINIX.  */
  48. /* #undef _MINIX */
  49.  
  50. /* Define if you don't have dirent.h, but have ndir.h.  */
  51. /* #undef NDIR */
  52.  
  53. /* Define if the system does not provide POSIX.1 features except
  54.    with this defined.  */
  55. /* #undef _POSIX_1_SOURCE */
  56.  
  57. /* Define if you need to in order for stat and other things to work.  */
  58. /* #undef _POSIX_SOURCE */
  59.  
  60. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  61. /* #undef size_t */
  62.  
  63. /* If using the C implementation of alloca, define if you know the
  64.    direction of stack growth for your system; otherwise it will be
  65.    automatically deduced at run-time.
  66.     STACK_DIRECTION > 0 => grows toward higher addresses
  67.     STACK_DIRECTION < 0 => grows toward lower addresses
  68.     STACK_DIRECTION = 0 => direction of growth unknown
  69.  */
  70. /* #undef STACK_DIRECTION */
  71.  
  72. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  73. /* #undef STAT_MACROS_BROKEN */
  74.  
  75. /* Define if you have the ANSI C header files.  */
  76. #define STDC_HEADERS 1
  77.  
  78. /* Define if you don't have dirent.h, but have sys/dir.h.  */
  79. /* #undef SYSDIR */
  80.  
  81. /* Define if you don't have dirent.h, but have sys/ndir.h.  */
  82. /* #undef SYSNDIR */
  83.  
  84. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  85. #define TIME_WITH_SYS_TIME 1
  86.  
  87. /* Define if your <sys/time.h> declares struct tm.  */
  88. /* #undef TM_IN_SYS_TIME */
  89.  
  90. /* Define to `int' if <sys/types.h> doesn't define.  */
  91. /* #undef uid_t */
  92.  
  93. /* Define if the closedir function returns void instead of int.  */
  94. /* #undef VOID_CLOSEDIR */
  95.  
  96. /* Define if your system defines TIOCGWINSZ in sys/ioctl.h.  */
  97. #define GWINSZ_IN_SYS_IOCTL 1
  98.  
  99. /* Define if your system's definition of `struct termios' has a member
  100.    named c_line.  */
  101. /* #undef HAVE_C_LINE */
  102.  
  103. /* Define if your system has SysV shadow passwords and the shadow.h header.  */
  104. /* #undef HAVE_SHADOW_H */
  105.  
  106. /* Define if your system lacks gethostname but has the uname system call.  */
  107. /* #undef HAVE_UNAME */
  108.  
  109. /* Define if your system's struct utmp has a member named ut_host.  */
  110. #define HAVE_UT_HOST 1
  111.  
  112. /* Define if you have the <utmpx.h> header file.  */
  113. /* #undef HAVE_UTMPX_H */
  114.  
  115. /* Define if your system lacks the getpriority and setpriority system calls,
  116.    but has `nice' instead.  */
  117. #define NICE_PRIORITY 1
  118.  
  119. /* Define if your system defines `struct winsize' in sys/ptem.h.  */
  120. /* #undef WINSIZE_IN_PTEM */
  121.  
  122. /* Define if you have bcopy.  */
  123. #define HAVE_BCOPY 1
  124.  
  125. /* Define if you have ftime.  */
  126. #define HAVE_FTIME 1
  127.  
  128. /* Define if you have gettimeofday.  */
  129. #define HAVE_GETTIMEOFDAY 1
  130.  
  131. /* Define if you have initgroups.  */
  132. /* #undef HAVE_INITGROUPS */
  133.  
  134. /* Define if you have isascii.  */
  135. /* #undef HAVE_ISASCII */
  136.  
  137. /* Define if you have memcpy.  */
  138. #define HAVE_MEMCPY 1
  139.  
  140. /* Define if you have strerror.  */
  141. #define HAVE_STRERROR 1
  142.  
  143. /* Define if you have syslog.  */
  144. /* #undef HAVE_SYSLOG */
  145.  
  146. /* Define if you have the <fcntl.h> header file.  */
  147. #define HAVE_FCNTL_H 1
  148.  
  149. /* Define if you have the <float.h> header file.  */
  150. #define HAVE_FLOAT_H 1
  151.  
  152. /* Define if you have the <limits.h> header file.  */
  153. #define HAVE_LIMITS_H 1
  154.  
  155. /* Define if you have the <string.h> header file.  */
  156. #define HAVE_STRING_H 1
  157.  
  158. /* Define if you have the <sys/time.h> header file.  */
  159. #define HAVE_SYS_TIME_H 1
  160.  
  161. /* Define if you have the <sys/timeb.h> header file.  */
  162. #define HAVE_SYS_TIMEB_H 1
  163.  
  164. /* Define if you have the <syslog.h> header file.  */
  165. /* #undef HAVE_SYSLOG_H */
  166.  
  167. /* Define if you have the <unistd.h> header file.  */
  168. #define HAVE_UNISTD_H 1
  169.  
  170. /* Define if you have the intl library (-lintl).  */
  171. /* #undef HAVE_LIBINTL */
  172.  
  173. /* Define if you have the sec library (-lsec).  */
  174. /* #undef HAVE_LIBSEC */
  175.  
  176. /* Define if you have the shadow library (-lshadow).  */
  177. /* #undef HAVE_LIBSHADOW */
  178.  
  179. /* Define if you have the sun library (-lsun).  */
  180. /* #undef HAVE_LIBSUN */
  181.  
  182. /* Define if you have the ufc library (-lufc).  */
  183. #define HAVE_LIBUFC 1
  184.